home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / source / lib / powerd_lib.lha / PowerD_PPC / CloseW.d < prev    next >
Text File  |  2001-04-24  |  171b  |  11 lines

  1. OPT    PPC,NOEXE,NOSTD
  2.  
  3. MODULE    'intuition/intuition'
  4.  
  5. EDEF    stdrast
  6.  
  7. PROC CloseW(window:PTR TO Window)
  8.     IF stdrast=window.RPort THEN stdrast:=NIL
  9.     CloseWindow(window)
  10. ENDPROC
  11.